Skip to main content

Module: FeedObjectDetail

Interfaces

Functions

FeedObjectDetail

FeedObjectDetail(inProps): JSX.Element

API documentation for the Community-JS Feed Object Detail Template. Learn about the available props and the CSS API.

This component renders a specific feed object detail template. Take a look at our demo component here

Import

import {FeedObjectDetail} from '@selfcommunity/react-templates';

Component Name

The name SCFeedObjectDetailTemplate can be used when providing style overrides in the theme.

CSS

Rule NameGlobal classDescription
root.SCFeedObjectDetailTemplate-rootStyles applied to the root element.

Parameters

NameType
inPropsFeedObjectDetailProps

Returns

JSX.Element

Defined in

FeedObjectDetail/FeedObjectDetail.tsx:124


FeedObjectDetailSkeleton

FeedObjectDetailSkeleton(props): JSX.Element

API documentation for the Community-JS Feed Object Detail Skeleton Template. Learn about the available props and the CSS API.

Import

import {FeedObjectDetailSkeleton} from '@selfcommunity/react-templates';

Component Name

The name SCFeedObjectDetailTemplate-skeleton-root can be used when providing style overrides in the theme.

CSS

Rule NameGlobal classDescription
root.SCFeedObjectDetailTemplate-skeleton-rootStyles applied to the root element.

Parameters

NameType
propsany

Returns

JSX.Element

Defined in

FeedObjectDetail/Skeleton.tsx:36